x86: compat_show_guest_stack() should not truncate MFN
authorJan Beulich <jbeulich@suse.com>
Mon, 7 Jan 2013 12:28:29 +0000 (13:28 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 7 Jan 2013 12:28:29 +0000 (13:28 +0100)
commit1e86302d8c2ea279fee66ee7c2368258426ef876
treefd827a8dc11cfe1981da9c48ef7e095c8f1c12be
parent4e3c592c93d7dbe02ca36878457515d30fe931d2
x86: compat_show_guest_stack() should not truncate MFN

Re-using "addr" here was a mistake, as it is a 32-bit quantity.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/arch/x86/x86_64/compat/traps.c